ResourceCreateCollection Method |
Create a collection with the given URI. The method is same as CreateFolder.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool CreateCollection(
string address
)
Public Function CreateCollection (
address As String
) As Boolean
Parameters
- address
- Type: SystemString
The URI of new collection
Return Value
Type:
BooleanTrue if the collection created; otherwise, false.
Remarks
Any collection specified in address is created, unless already exist or unless
some part of address is invalid.
The path parameter specifies a collection path, not a file path.
See Also